Skip to main content
Version: current

List Recordings

This API list recordings for a JioMeet meeting using the jiomeetId, roomPIN and the historyId (historyId is obtained through the start/stop recording APIs)

Header Parameters
    Content-Type string

    The content type should be application/json

    Example: application/json
    Authorization string required

    You need an app created on the JioMeet Platform and using the app credentials you can create a JWT to access this API. The JWT should have an issuer and the key "app" with the app id generated from the Plaform.

    Example: <Authentication_token_signed_using_secret_or_private_key>
Request Body
    jiomeetId string

    The 10 digit unique ID of the meeting

    roomPIN string

    Meeting secret that secures the meeting from unwanted access

    historyId string

    Unique identifier of the recording. This should be used to fetch the recording once it has completed

Responses

Success


Schema
    callRecordings array

    An array of objects containing the recording download URL. Ensure you call the download URL with the proper Authorization header to download the recording

Loading...